func internal/strconv.trimZeros
7 uses
internal/strconv (current package)
ftoadbox.go#L44: q, zeros := trimZeros(q)
ftoadbox.go#L74: s, zeros := trimZeros(s)
ftoadbox.go#L83: s, zeros := trimZeros(s)
ftoadbox.go#L115: q, zeros := trimZeros(uint64(q))
ftoadbox.go#L145: s, zeros := trimZeros(uint64(s))
ftoadbox.go#L154: s, zeros := trimZeros(uint64(s))
math.go#L136: func trimZeros(x uint64) (uint64, int) {
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |